bitkeeper revision 1.1540 (42939e7f8_AuNACTheIei6BJ0yjKyA)
authorarun.sharma@intel.com[kaf24] <arun.sharma@intel.com[kaf24]>
Tue, 24 May 2005 21:37:03 +0000 (21:37 +0000)
committerarun.sharma@intel.com[kaf24] <arun.sharma@intel.com[kaf24]>
Tue, 24 May 2005 21:37:03 +0000 (21:37 +0000)
[PATCH] xen.vncserver-quiet-configure.patch

When configure looks for VNC Server library installation by
executing libvncserver-config, make sure we don't print messages to
the console if we cannot find the libvncserver-config program.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
tools/ioemu/configure

index 0ddebef64e66d65758e3344de1ddd32ba4dd6431..f766fbcc3afcbcf83578d47c42dab0b38876b3c6 100755 (executable)
@@ -230,7 +230,7 @@ fi
 
 if test -z "$vnc"; then
 
-if libvncserver-config --version > /dev/null; then
+if libvncserver-config --version >& /dev/null; then
     vnc=yes
 else
     vnc=no